home *** CD-ROM | disk | FTP | other *** search
- object ArticleForm: TArticleForm
- Left = 200
- Top = 107
- BorderStyle = bsDialog
- Caption = 'Article'
- ClientHeight = 273
- ClientWidth = 439
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 439
- Height = 89
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Label2: TLabel
- Left = 8
- Top = 10
- Width = 62
- Height = 13
- Caption = 'Newsgroups:'
- end
- object Label3: TLabel
- Left = 8
- Top = 34
- Width = 39
- Height = 13
- Caption = 'Subject:'
- end
- object Label4: TLabel
- Left = 8
- Top = 58
- Width = 62
- Height = 13
- Caption = 'Attachments:'
- end
- object NewsGroupsEdit: TEdit
- Left = 74
- Top = 8
- Width = 360
- Height = 21
- TabOrder = 0
- end
- object SubjectEdit: TEdit
- Left = 74
- Top = 32
- Width = 360
- Height = 21
- TabOrder = 1
- end
- object AttComboBox: TComboBox
- Left = 74
- Top = 56
- Width = 360
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- end
- end
- object BodyMemo: TMemo
- Left = 0
- Top = 89
- Width = 439
- Height = 143
- Align = alClient
- TabOrder = 1
- end
- object Panel2: TPanel
- Left = 0
- Top = 232
- Width = 439
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- object AttachButton: TButton
- Left = 184
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Attach'
- TabOrder = 0
- OnClick = AttachButtonClick
- end
- object PostButton: TButton
- Left = 264
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Post'
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 344
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'All Files (*.*)|*.*'
- Options = [ofHideReadOnly]
- Left = 24
- Top = 240
- end
- end
-